Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a WrapMode enumeration that indicates the wrap mode for 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
'Declaration
Public Property WrapMode As WrapMode
Get
Set
public WrapMode WrapMode { get; set; }
public:
property WrapMode WrapMode {
WrapMode get ();
void set (WrapMode value);
}
member WrapMode : WrapMode with get, set
function get WrapMode () : WrapMode
function set WrapMode (value : WrapMode)
Property Value
Type: System.Drawing.Drawing2D.WrapMode
Remarks
Gets or sets a WrapMode enumeration that indicates the wrap mode for 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.