C# Class Open.Core.UI.Controls.WidgetGroup

A visual container of a set of logically related controls.
Inheritance: System.Windows.Controls.ContentControl
Mostra file Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
OnApplyTemplate ( ) : void
WidgetGroup ( ) : System.Windows

Private Methods

Method Description
UpdateState ( ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

WidgetGroup() public method

public WidgetGroup ( ) : System.Windows
return System.Windows

Property Details

CornerRadiusProperty public_oe static_oe property

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

DropShadowHeightProperty public_oe static_oe property

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

DropShadowOpacityProperty public_oe static_oe property

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

IsTitleVisibleProperty public_oe static_oe property

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

TitleBackgroundProperty public_oe static_oe property

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

TitleBorderBrushProperty public_oe static_oe property

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

TitleHeightProperty public_oe static_oe property

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

TitleOpacityProperty public_oe static_oe property

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

TitleProperty public_oe static_oe property

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

TitleTemplateProperty public_oe static_oe property

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