Excel for WPF | ComponentOne
C1.WPF.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 Single
    public float BrightnessInPercents {get; set;}
    See Also