Share via


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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: System.Drawing.Image

Remarks

Gets or sets the Image object that is associated with this TextureBrush object.

.NET Framework Security

See Also

Reference

BrushStyleSetInfo Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace