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 SeparatorElement class.
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.Boolean
|
Overrides
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
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.Drawing.Color
|
Overrides
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
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
SeparatorElement
|
ShadowOffset
Declaration
public Point ShadowOffset { get; set; }
Property Value
System.Drawing.Point
|
ShowShadow
Declaration
public bool ShowShadow { get; set; }
Property Value
System.Boolean
|
Text
This property is not relevant for this class.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|