Class RibbonBarGroupSeparator
This class represents a separator line which can be put between items in a RadRibbonBarGroup or RadRibbonBarButtonGroup. This separator is built of two LinePrimitiveinstances which are layout together to allow two-coloured separator appearance.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RibbonBarGroupSeparator : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RibbonBarGroupSeparator()
Declaration
public RibbonBarGroupSeparator()
Fields
OrientationProperty
Properties
Orientation
Gets or sets the orientation of the separator. A separator can be positioned vertical or horizontal.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
SeparatorPrimitive
Gets an instance of the BorderPrimitiveclass which represents the primitive that is used to paint the separator.
Declaration
public BorderPrimitive SeparatorPrimitive { get; }
Property Value
BorderPrimitive
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|