Class RadMenuSeparatorItem
Represents a menu separation item. Use it to separate logically unrelated items in the menu.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadMenuSeparatorItem : RadMenuItemBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
RadMenuSeparatorItem()
Initializes a new instance of the RadMenuSeparatorItem class.
Declaration
public RadMenuSeparatorItem()
Fields
LineOffsetProperty
LineWidthProperty
OrientationProperty
ShowFillProperty
SweepAngleProperty
TextVisibilityProperty
Properties
LineOffset
Gets or sets the offset of the location where the draw of the line should start
Declaration
public virtual float LineOffset { get; set; }
Property Value
System.
|
LineWidth
Gets or sets separators width in pixels.
Declaration
public virtual int LineWidth { get; set; }
Property Value
System.
|
Selectable
Gets a value indicating whether the RadMenuSeparator can be selected.
Declaration
public override bool Selectable { get; }
Property Value
System.
|
Overrides
SeparatorOrientation
Gets or sets the Sep
Declaration
public virtual SepOrientation SeparatorOrientation { get; set; }
Property Value
SweepAngle
Gets or set the sweep angle in degrees.
Declaration
public virtual int SweepAngle { get; set; }
Property Value
System.
|
TextVisibility
Gets or sets a value indicating whether the text should be visible.
Declaration
public ElementVisibility TextVisibility { get; set; }
Property Value
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
ShouldSerializeProperty(PropertyDescriptor)
Declaration
public override bool? ShouldSerializeProperty(PropertyDescriptor property)
Parameters
System.
|
Returns
System.
|