menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VS2008SplitterItemBorder - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VS2008SplitterItemBorder

    Represents the class for VS2008 Splitter Item Border

    Inheritance
    System.Object
    SplitterItemBorder
    VS2008SplitterItemBorder
    Inherited Members
    SplitterItemBorder.Background
    SplitterItemBorder.BackgroundProperty
    SplitterItemBorder.BorderBrush
    SplitterItemBorder.BorderBrushProperty
    SplitterItemBorder.BorderInnerBrush
    SplitterItemBorder.BorderInnerBrushProperty
    SplitterItemBorder.BottomBorderBrush
    SplitterItemBorder.BottomBorderBrushProperty
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class VS2008SplitterItemBorder : SplitterItemBorder

    Constructors

    VS2008SplitterItemBorder()

    Declaration
    public VS2008SplitterItemBorder()

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved