Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / HslEffect Class / Luminance Property

In This Topic
    Luminance Property
    In This Topic
    Gets or sets the value by which the luminance is adjusted.

    Allowed values are from -1 to 1, inclusive.

    The default is 0.

    Syntax
    'Declaration
     
    Public Property Luminance As System.Single
    public System.float Luminance {get; set;}
    See Also