BrushStyleSetInfo.WrapMode Property
Gets or sets a WrapMode enumeration that indicates the wrap mode for 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
'宣言
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
.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.