Document Solutions for Imaging
GrapeCity.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 SolidColorBrush
    public SolidColorBrush Brush {get;}
    See Also