Class RadAlignment
Specifies three position alignment.
Inheritance
System.Object
RadAlignment
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class RadAlignment : Enum
Fields
Center
Alignment in the center of the parent container.
Declaration
public const RadAlignment Center
Field Value
End
Alignment to the end of the parent container. Can be right, bottom or other depending on the context.
Declaration
public const RadAlignment End
Field Value
Start
Alignment to the start of the parent container. Can be left, top or other depending on the context.
Declaration
public const RadAlignment Start
Field Value
value__
Declaration
public int value__
Field Value
System.
|