Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictureFormat Interface / TransparencyColor Property


In This Topic
    TransparencyColor Property (IPictureFormat)
    In This Topic
    Gets or sets the transparent color for the specified picture as a red-green-blue (RGB) value.
    Syntax
    'Declaration
     
    
    Property TransparencyColor As Integer
    'Usage
     
    
    Dim instance As IPictureFormat
    Dim value As Integer
     
    instance.TransparencyColor = value
     
    value = instance.TransparencyColor
    int TransparencyColor {get; set;}

    Property Value

    The transparent color for the specified picture as a red-green-blue (RGB) value.
    Remarks
    For this property to take effect, the TransparentBackground property must be set to True.
    See Also