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

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