MindFusion WinForms Programmer's Guide
Style.ImageTransparency Property
See Also
 





Gets or sets the transparency of the image associated with this style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int ImageTransparency { get; set; }

Visual Basic  Copy Code

Public Property ImageTransparency As Integer

 Property Value

An integer value specifying the image transparency. Assign -1 to this property to use the corresponding value from the current theme.

 Remarks

The accepted values range from 0 (fully transparent) to 255 (opaque).

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace
Image Property
ImageIndex Property
ImageAlignment Property