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

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