PenSettings.Brush Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property Brush As Brush
'Usage
Dim instance As PenSettings
Dim value As Brush
value = instance.Brush
instance.Brush = value
public Brush Brush { get; set; }
public:
property Brush^ Brush {
Brush^ get ();
void set (Brush^ value);
}
public function get Brush () : Brush
public function set Brush (value : Brush)
Property Value
Type: System.Drawing.Brush
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.