Class SplitterElementLayout
Represents a specialized layout element for managing the arrangement of splitter button elements. This class handles the positioning and sizing of splitter thumb buttons within the splitter element.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplitterElementLayout : StackLayoutElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
SplitterElementLayout(SplitterElement)
Initializes a new instance of the SplitterElementLayout class.
Declaration
public SplitterElementLayout(SplitterElement owner)
Parameters
SplitterElement
owner
The owner splitter element. |
Fields
IsVerticalProperty
Identifies the IsVertical dependency property for the splitter layout.
Declaration
public static RadProperty IsVerticalProperty
Field Value
RadProperty
|
UseSplitterButtonsProperty
Identifies the UseSplitterButtons dependency property for the splitter layout.
Declaration
public static RadProperty UseSplitterButtonsProperty
Field Value
RadProperty
|
Properties
UseSplitterButtons
Gets or sets a value indicating whether the splitter buttons are used for visual display.
Declaration
[RadPropertyDefaultValue("UseSplitterButtons", typeof(SplitterElementLayout))]
public bool UseSplitterButtons { get; set; }
Property Value
System.Boolean
|
Methods
ArrangeOverride(SizeF)
Arranges the child elements within the splitter layout.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
The final size allocated for the layout. |
Returns
System.Drawing.SizeF
The actual size used by the layout. |
Overrides
MeasureOverride(SizeF)
Measures the size required by the splitter layout element.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
The available size for the element. |
Returns
System.Drawing.SizeF
The desired size of the element. |
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Handles property changes for the splitter layout element.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
The event arguments containing property change information. |