WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplitterItemBorder

    Show / Hide Table of Contents

    Class SplitterItemBorder

    Represent the SplitterItemBorder control

    Inheritance
    System.Object
    SplitterItemBorder
    Office2007SplitterItemBorder
    OneNoteSplitterItemBorder
    VS2008SplitterItemBorder
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class SplitterItemBorder : Decorator

    Constructors

    SplitterItemBorder()

    Declaration
    public SplitterItemBorder()

    Fields

    BackgroundProperty

    Represents Background dependency property.

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    BorderBrushProperty

    Represents BorderBrush dependency property.

    Declaration
    public static readonly DependencyProperty BorderBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    BorderInnerBrushProperty

    Represents BorderInnerBrush dependency property.

    Declaration
    public static readonly DependencyProperty BorderInnerBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    BottomBorderBrushProperty

    Represents BottomBorderBrush dependency property.

    Declaration
    public static readonly DependencyProperty BottomBorderBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Background

    Gets or sets the background.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The background.

    BorderBrush

    Gets or sets the border brush.

    Declaration
    public Brush BorderBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The border brush.

    BorderInnerBrush

    Gets or sets the border inner brush.

    Declaration
    public Brush BorderInnerBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The border inner brush.

    BottomBorderBrush

    Gets or sets the bottom border brush.

    Declaration
    public Brush BottomBorderBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The bottom border brush.

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