C# 클래스 Open.Core.UI.Controls.WidgetGroup

A visual container of a set of logically related controls.
상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CornerRadiusProperty System.Windows.DependencyProperty
DropShadowHeightProperty System.Windows.DependencyProperty
DropShadowOpacityProperty System.Windows.DependencyProperty
IsTitleVisibleProperty System.Windows.DependencyProperty
TitleBackgroundProperty System.Windows.DependencyProperty
TitleBorderBrushProperty System.Windows.DependencyProperty
TitleHeightProperty System.Windows.DependencyProperty
TitleOpacityProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty
TitleTemplateProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
WidgetGroup ( ) : System.Windows

비공개 메소드들

메소드 설명
UpdateState ( ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

WidgetGroup() 공개 메소드

public WidgetGroup ( ) : System.Windows
리턴 System.Windows

프로퍼티 상세

CornerRadiusProperty 공개적으로 정적으로 프로퍼티

Gets or sets the radius of the rounded corners.
public static DependencyProperty,System.Windows CornerRadiusProperty
리턴 System.Windows.DependencyProperty

DropShadowHeightProperty 공개적으로 정적으로 프로퍼티

Gets or sets the height of the title drop-shadow.
public static DependencyProperty,System.Windows DropShadowHeightProperty
리턴 System.Windows.DependencyProperty

DropShadowOpacityProperty 공개적으로 정적으로 프로퍼티

Gets or sets the opacity of the title drop-shadow.
public static DependencyProperty,System.Windows DropShadowOpacityProperty
리턴 System.Windows.DependencyProperty

IsTitleVisibleProperty 공개적으로 정적으로 프로퍼티

Gets or sets whether the title is visible.
public static DependencyProperty,System.Windows IsTitleVisibleProperty
리턴 System.Windows.DependencyProperty

TitleBackgroundProperty 공개적으로 정적으로 프로퍼티

Gets or sets the background color of the title section.
public static DependencyProperty,System.Windows TitleBackgroundProperty
리턴 System.Windows.DependencyProperty

TitleBorderBrushProperty 공개적으로 정적으로 프로퍼티

Gets or sets the color of the underline border of the title section.
public static DependencyProperty,System.Windows TitleBorderBrushProperty
리턴 System.Windows.DependencyProperty

TitleHeightProperty 공개적으로 정적으로 프로퍼티

Gets or sets the height of the title.
public static DependencyProperty,System.Windows TitleHeightProperty
리턴 System.Windows.DependencyProperty

TitleOpacityProperty 공개적으로 정적으로 프로퍼티

Gets or sets the opacity of the title content.
public static DependencyProperty,System.Windows TitleOpacityProperty
리턴 System.Windows.DependencyProperty

TitleProperty 공개적으로 정적으로 프로퍼티

Gets or sets the title content (typically a View-Model).
public static DependencyProperty,System.Windows TitleProperty
리턴 System.Windows.DependencyProperty

TitleTemplateProperty 공개적으로 정적으로 프로퍼티

Gets or sets the template to use to render the title content.
public static DependencyProperty,System.Windows TitleTemplateProperty
리턴 System.Windows.DependencyProperty