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