ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLPictureShape Class / ContrastInPercents Property

In This Topic
    ContrastInPercents Property
    In This Topic
    Gets or sets the contrast in percents of this XLPictureShape (between -100 and 100).
    Syntax
    'Declaration
     
    Public Property ContrastInPercents As System.Single
    public System.float ContrastInPercents {get; set;}
    See Also