CompositeDesignerTheme 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
테마 설정을 CompositeActivityDesigner 개체에 제공합니다.
public ref class CompositeDesignerTheme : System::Workflow::ComponentModel::Design::ActivityDesignerTheme
public class CompositeDesignerTheme : System.Workflow.ComponentModel.Design.ActivityDesignerTheme
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class CompositeDesignerTheme : System.Workflow.ComponentModel.Design.ActivityDesignerTheme
type CompositeDesignerTheme = class
inherit ActivityDesignerTheme
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type CompositeDesignerTheme = class
inherit ActivityDesignerTheme
Public Class CompositeDesignerTheme
Inherits ActivityDesignerTheme
- 상속
- 파생
- 특성
예제
다음 예제에서는 CompositeDesignerTheme 클래스에서 파생한 사용자 지정 CompositeDesignerTheme를 만들고 새 테마에 적절한 속성을 설정하는 방법을 보여 줍니다.
public class ParallelIfTheme : CompositeDesignerTheme
{
public ParallelIfTheme(WorkflowTheme theme)
: base(theme)
{
this.ShowDropShadow = true;
this.ConnectorStartCap = LineAnchor.None;
this.ConnectorEndCap = LineAnchor.None;
this.BorderStyle = DashStyle.Dash;
this.WatermarkImagePath = @"parallelIfWatermark.png";
this.WatermarkAlignment = DesignerContentAlignment.Fill;
}
}
Public Class ParallelIfTheme
Inherits CompositeDesignerTheme
Public Sub New(ByVal theme As WorkflowTheme)
MyBase.new(theme)
Me.ShowDropShadow = True
Me.ConnectorStartCap = LineAnchor.None
Me.ConnectorEndCap = LineAnchor.None
Me.BorderStyle = DashStyle.Dash
Me.WatermarkImagePath = "parallelIfWatermark.png"
Me.WatermarkAlignment = DesignerContentAlignment.Fill
End Sub
End Class
CompositeActivityDesigner에 테마를 사용하려면 ActivityDesignerThemeAttribute 클래스에 CompositeActivityDesigner를 적용합니다.
[ActivityDesignerTheme(typeof(ParallelIfTheme))]
public class ParallelIfDesigner : ParallelActivityDesigner
<ActivityDesignerTheme(GetType(ParallelIfTheme))> _
Public Class ParallelIfDesigner
Inherits ParallelActivityDesigner
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.
CompositeDesignerTheme 클래스는 워크플로 디자인 화면에 있는 CompositeActivityDesigner 개체의 모양 및 느낌을 제어합니다.
생성자
CompositeDesignerTheme(WorkflowTheme) |
CompositeDesignerTheme 클래스의 새 인스턴스를 초기화합니다. |
속성
ApplyTo |
디자이너 테마에 적용될 디자이너 형식의 정규화되지 않은 이름을 가져오거나 설정합니다. (다음에서 상속됨 DesignerTheme) |
BackColorEnd |
배경색에 색 그라데이션을 사용하는 경우 끝 Color를 가져오거나 설정합니다. (다음에서 상속됨 ActivityDesignerTheme) |
BackColorStart |
배경에 색 그라데이션을 사용하는 경우 배경의 시작 색을 가져오거나 설정합니다. (다음에서 상속됨 ActivityDesignerTheme) |
BackgroundStyle |
배경 스타일을 가져오거나 설정합니다. (다음에서 상속됨 ActivityDesignerTheme) |
BoldFont |
테마의 글꼴을 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
BorderColor |
테마의 BorderColor를 가져오거나 설정합니다. (다음에서 상속됨 ActivityDesignerTheme) |
BorderPen |
테마의 BorderPen을 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
BorderStyle |
테두리에 사용되는 스타일을 가져오거나 설정합니다. (다음에서 상속됨 ActivityDesignerTheme) |
BorderWidth |
테두리의 너비를 픽셀 단위로 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
ConnectorEndCap |
커넥터의 끝 모양을 결정하는 값을 가져오거나 설정합니다. |
ConnectorSize |
커넥터의 Size를 가져옵니다. |
ConnectorStartCap |
커넥터의 시작 모양을 결정하는 값을 가져오거나 설정합니다. |
ContainingTheme |
디자이너 테마를 캡슐화하는 워크플로 테마를 가져옵니다. (다음에서 상속됨 DesignerTheme) |
DesignerGeometry |
디자이너의 기하 도형을 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
DesignerImage |
디자이너와 연결된 이미지를 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
DesignerImagePath |
디자이너의 이미지 경로를 가져오거나 설정합니다. (다음에서 상속됨 ActivityDesignerTheme) |
DesignerType |
이 디자이너 특성과 관련된 디자이너 형식 이름을 가져옵니다. (다음에서 상속됨 DesignerTheme) |
ExpandButtonSize |
복합 Activity Designer에 있는 확장 단추의 Size를 가져옵니다. |
Font |
테마에서 사용되는 텍스트의 글꼴을 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
ForeColor |
전경색을 가져오거나 설정합니다. (다음에서 상속됨 ActivityDesignerTheme) |
ForegroundBrush |
테마와 연결된 Brush 개체를 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
ForegroundPen |
테마의 전경을 그리는 데 사용되는 Pen을 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
ImageSize |
테마 이미지의 크기를 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
ReadOnly |
디자이너 테마가 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 DesignerTheme) |
ShowDropShadow |
복합 디자이너 테마가 복합 활동 디자이너 주위에 그림자를 표시하는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Size |
디자이너의 크기를 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
WatermarkAlignment |
CompositeActivityDesigner에서의 워터마크 이미지 정렬 방식을 가져오거나 설정합니다. |
WatermarkImage |
복합 Activity Designer에서 사용할 워터마크 이미지를 가져옵니다. |
WatermarkImagePath |
복합 활동 디자이너에서 사용할 워터마크 이미지의 상대 경로를 가져오거나 설정합니다. |
메서드
Dispose(Boolean) |
CompositeDesignerTheme에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetBackgroundBrush(Rectangle) |
전달된 사각형으로 지정된 영역을 그리는 데 사용되는 브러시를 가져옵니다. (다음에서 상속됨 ActivityDesignerTheme) |
GetExpandButtonBackgroundBrush(Rectangle) |
복합 Activity Designer에 있는 확장명 단추의 배경 표시 속성을 정의하는 브러시를 검색합니다. |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
Initialize() |
CompositeDesignerTheme(WorkflowTheme) 생성자가 제공하는 작업 이외의 추가적인 초기화 작업을 수행합니다. |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
OnAmbientPropertyChanged(AmbientProperty) |
디자이너의 앰비언트 속성 설정이 변경되었음을 CompositeDesignerTheme 개체에게 알립니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
IDisposable.Dispose() |
관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다. (다음에서 상속됨 DesignerTheme) |