BrushStyleSetInfo.Image Property
Gets or sets the Image object associated with this TextureBrush object.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Property Image As Image
public Image Image { get; set; }
public:
property Image^ Image {
Image^ get ();
void set (Image^ value);
}
member Image : Image with get, set
function get Image () : Image
function set Image (value : Image)
Property Value
Type: Image
Remarks
Gets or sets the Image object that is associated with this TextureBrush object.
.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.