Class Border3D
Border that renders old-style 3D border when no border brush is specified.
Inheritance
System.Object
Border3D
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class Border3D : Border
Constructors
Border3D()
Initializes a new instance of the Border3D class.
Declaration
public Border3D()
Fields
IsInvertedProperty
Identifies IsInverted dependency property.
Declaration
public static readonly DependencyProperty IsInvertedProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IsInverted
Gets or sets a value indicating whether the border drawing is "inverted". This is a dependency property.
Declaration
public bool IsInverted { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
OnRender(DrawingContext)
Renders borders.
Declaration
protected override void OnRender(DrawingContext dc)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc | Context for drawing. |