Gets or sets the transparency of the symbol. This value must be between 0 and 100.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Transparency As Double |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Symbol
Dim value As Double
instance.Transparency = value
value = instance.Transparency |
C# | |
---|
public double Transparency {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also