Share via


BrushSettings.WrapMode Property

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
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

See Also

Reference

BrushSettings Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace