Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the Image object associated with this TextureBrush object. Only allows the change if the property is not immutable and sets the override flags appropriately.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Déclaration
Public Property Image As Image
Get
Set
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. Allows the change only when the property is not immutable, and sets the override flags appropriately.
.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.