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