Document Solutions for Imaging
DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / Brush Property

In This Topic
    Brush Property
    In This Topic
    Gets an instance of the GrapeCity.Documents.DX.Direct2D.SolidColorBrush class.

    The brush becomes available after executing the EnsureRenderTargetCreated method.

    Syntax
    'Declaration
     
    Public ReadOnly Property Brush As GrapeCity.Documents.DX.Direct2D.SolidColorBrush
    public GrapeCity.Documents.DX.Direct2D.SolidColorBrush Brush {get;}
    See Also