C# Класс Open.Core.UI.Controls.WidgetGroup

A visual container of a set of logically related controls.
Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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