Gets the transparency of the line color, ranging from 0 (opaque) to 1 (fully transparent).
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public double LineColorTransparency { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property LineColorTransparency As Double |
A double value.
See Also