Gets or sets the border brushes for the elements representing the value. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush ShapeValueBorderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeValueBorderBrush As Brush |
A WPF Brush object.
See Also