Class SplitterItemBorder
Represent the SplitterItemBorder control
Inheritance
System.Object
SplitterItemBorder
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 |
---|
System.Windows.DependencyProperty |
BorderBrushProperty
Represents BorderBrush dependency property.
Declaration
public static readonly DependencyProperty BorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BorderInnerBrushProperty
Represents BorderInnerBrush dependency property.
Declaration
public static readonly DependencyProperty BorderInnerBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BottomBorderBrushProperty
Represents BottomBorderBrush dependency property.
Declaration
public static readonly DependencyProperty BottomBorderBrushProperty
Field Value
Type |
---|
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. |