Class LayoutControlSplitterItem
Represents a Rad
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
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
Methods
CreateVisualItem()
Declaration
protected override void CreateVisualItem()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
UpdateSplitterImage()
Declaration
protected virtual void UpdateSplitterImage()
UpdateVisualItemOrientation()
Declaration
protected override void UpdateVisualItemOrientation()