Class RadAlignment
Specifies three position alignment.
Inheritance
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
RadAlignment
|
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
RadAlignment
|
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
RadAlignment
|
value__
Declaration
public int value__
Field Value
System.Int32
|