Class OneNoteSplitterItemBorder
Represents the class for one note splitter item border for TabSplitter
Inherited Members
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class OneNoteSplitterItemBorder : SplitterItemBorder
Constructors
OneNoteSplitterItemBorder()
Declaration
public OneNoteSplitterItemBorder()
Methods
ArrangeOverride(Size)
Arranges the content of a System.Windows.Controls.Decorator element.
Declaration
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | arrangeSize | The System.Windows.Size this element uses to arrange its child content. |
Returns
Type | Description |
---|---|
System.Windows.Size | The System.Windows.Size that represents the arranged size of this System.Windows.Controls.Decorator element and its child. |
MeasureOverride(Size)
Measures the child element of a System.Windows.Controls.Decorator to prepare for arranging it during the System.Windows.Controls.Decorator.ArrangeOverride(System.Windows.Size) pass.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | constraint | An upper limit System.Windows.Size that should not be exceeded. |
Returns
Type | Description |
---|---|
System.Windows.Size | The target System.Windows.Size of the element. |
OnRender(DrawingContext)
When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | drawingContext | The drawing instructions for a specific element. This context is provided to the layout system. |