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





Gets or sets the opacity of items associated with this style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Nullable<Single> Opacity { get; set; }

Visual Basic  Copy Code

Public Property Opacity As Nullable(Of Single)

 Property Value

A value between 0 and 1 specifying items' opacity.

 Remarks

This value is applied as a factor multiplying the alpha channel of all colors in items' graphics.

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace
FillColor Property
LineColor Property
TextColor Property