Class RadSeparator
Represents a separator which is just a line separating one group of
controls from another. The RadSeparator is a simple wrapper of the
Separator
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadSeparator : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadSeparator()
Declaration
public RadSeparator()
Properties
AutoSize
Gets or sets whether the edit control is auto-sized
Declaration
public override bool AutoSize { get; set; }
Property Value
System.
|
Overrides
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.
|
ForeColor
RadSeparator consists of multiple visual elements and separate settings are provided to customize their appearance. Current ForeColor property might be ignored.
Declaration
public override Color ForeColor { get; set; }
Property Value
System.
|
Overrides
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
System.
|
SeparatorElement
Gets the instance of RadSeparatorElement wrapped by this control. RadSeparatorElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadSeparator.
Declaration
public SeparatorElement SeparatorElement { get; }
Property Value
ShadowOffset
Declaration
public Point ShadowOffset { get; set; }
Property Value
System.
|
ShowShadow
Declaration
public bool ShowShadow { get; set; }
Property Value
System.
|
Text
This property is not relevant for this class.
Declaration
public override string Text { get; set; }
Property Value
System.
|
Overrides
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
Rad
|