Class RadLineItem
Inheritance
System.Object
RadLineItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadLineItem : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadLineItem()
Declaration
public RadLineItem()
Fields
LineColor2Property
LineColorProperty
LineStyleProperty
LineWidthProperty
OrientationProperty
SweepAngleProperty
Properties
LineColor
Declaration
[RadPropertyDefaultValue("LineColor", typeof(RadLineItem))]
public virtual Color LineColor { get; set; }
Property Value
System.Drawing.Color
|
LineColor2
Declaration
[RadPropertyDefaultValue("LineColor2", typeof(RadLineItem))]
public virtual Color LineColor2 { get; set; }
Property Value
System.Drawing.Color
|
LineStyle
Declaration
[RadPropertyDefaultValue("LineStyle", typeof(RadLineItem))]
public virtual RadLineItem.LineDrawingStyle LineStyle { get; set; }
Property Value
RadLineItem.LineDrawingStyle
|
LineWidth
Gets or sets the line width in pixels.
Declaration
public virtual int LineWidth { get; set; }
Property Value
System.Int32
|
SeparatorOrientation
Gets or sets the line orientation. Possible values are defined in the SepOrientation enumeration.
Declaration
public virtual SepOrientation SeparatorOrientation { get; set; }
Property Value
SepOrientation
|
SweepAngle
Gets or sets the line angle in degrees.
Declaration
public virtual int SweepAngle { get; set; }
Property Value
System.Int32
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|