Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeBase Class / BlackWhiteMode Property

In This Topic
    BlackWhiteMode Property
    In This Topic
    Gets or sets how to interpret color information contained within the shape to achieve a color, black and white, or grayscale rendering of the shape.

    This property specifies only the rendering mode applied to the shape; it does not affect how the actual color information is persisted.

    Syntax
    'Declaration
     
    Public Property BlackWhiteMode As BlackWhiteMode
    public BlackWhiteMode BlackWhiteMode {get; set;}
    See Also