Class LayoutControlSplitterItem
Represents a RadLayoutControl item which displays a splitter line. The splitter stands for visually separating logical groups of controls. In addition, it allows the end user to resize the groups on both sides of it by dragging the splitter with the mouse.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LayoutControlSplitterItem : LayoutControlSeparatorItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
LayoutControlSplitterItem()
Declaration
public LayoutControlSplitterItem()
Fields
HorizontalImageProperty
VerticalImageProperty
Properties
HorizontalImage
Gets or sets the image used by the splitter when in horizontal orientation.
Declaration
[VsbBrowsable(true)]
[RadPropertyDefaultValue("SplitterThickness", typeof(LayoutControlSeparatorItem))]
public RadImageShape HorizontalImage { get; set; }
Property Value
RadImageShape
|
VerticalImage
Gets or sets the image used by the splitter when in vertical orientation.
Declaration
[VsbBrowsable(true)]
[RadPropertyDefaultValue("SplitterThickness", typeof(LayoutControlSeparatorItem))]
public RadImageShape VerticalImage { get; set; }
Property Value
RadImageShape
|
Methods
CreateVisualItem()
Declaration
protected override void CreateVisualItem()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
UpdateSplitterImage()
Declaration
protected virtual void UpdateSplitterImage()
UpdateVisualItemOrientation()
Declaration
protected override void UpdateVisualItemOrientation()