Gets or sets the transparency of the image associated with this style.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int ImageTransparency { get; set; } |
Visual Basic Copy Code |
---|
Public Property ImageTransparency As Integer |
An integer value specifying the image transparency. Assign -1 to this property to use the corresponding value from the current theme.
The accepted values range from 0 (fully transparent) to 255 (opaque).