Class ButtonsAlignment
Enum for WindowButtonsAlignment for buttons alignment in the headers of windows and dialogs in the Crystal theme.
Inheritance
System.Object
ButtonsAlignment
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ButtonsAlignment : Enum
Fields
Left
Corresponds to left alignment of the buttons in the header.
Declaration
public const ButtonsAlignment Left
Field Value
ButtonsAlignment
|
Right
Corresponds to right alignment of the buttons in the header.
Declaration
public const ButtonsAlignment Right
Field Value
ButtonsAlignment
|
value__
Declaration
public int value__
Field Value
System.Int32
|