BrushSettings.BrushType Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property BrushType As Type
'Usage
Dim instance As BrushSettings
Dim value As Type
value = instance.BrushType
instance.BrushType = value
public Type BrushType { get; set; }
public:
property Type^ BrushType {
Type^ get ();
void set (Type^ value);
}
public function get BrushType () : Type
public function set BrushType (value : Type)
Property Value
Type: System.Type
.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.