Gets or sets the lasso border brush.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public Brush AppearanceLassoBorder { get; set; } |
| Visual Basic |
|---|
Public Property AppearanceLassoBorder As Brush Get Set |
| Visual C++ |
|---|
public: property Brush^ AppearanceLassoBorder { Brush^ get (); void set (Brush^ value); } |
| F# |
|---|
member AppearanceLassoBorder : Brush with get, set |
Property Value
Type: BrushThe lasso border brush.