Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / AlphaBiLevel Class / Threshold Property

In This Topic
    Threshold Property (AlphaBiLevel)
    In This Topic
    Gets or sets the threshold value for the alpha bi-level effect.

    Allowed values are from 0 to 1, inclusive.

    The default is 0.

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