Gets or sets the default border thickness for the rating elements. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public double ShapeBorderThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeBorderThickness As Double |
A double value specifying the thickness.
See Also