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

In This Topic
    Hue Property (HslEffect)
    In This Topic
    Gets or sets the number of degrees by which the hue is adjusted.

    Allowed values are from 0 to 359.9, inclusive.

    The default is 0.

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