Spread WPF 18
GrapeCity.Drawing Namespace / ImageBrush Class / Alignment Property


In This Topic
    Alignment Property (ImageBrush)
    In This Topic
    Gets or sets the texture alignment.
    Syntax
    'Declaration
     
    Public Property Alignment As RectAlignment
    'Usage
     
    Dim instance As ImageBrush
    Dim value As RectAlignment
     
    instance.Alignment = value
     
    value = instance.Alignment
    public RectAlignment Alignment {get; set;}
    See Also