Gets or sets whether to save or restore the Transparency Layer property.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Transparency As System.Boolean |
C# | |
---|
System.bool Transparency {get; set;} |
JavaScript | |
---|
get_Transparency () : Boolean
put_Transparency (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Transparency(
VARIANT_BOOL* Val
)
HRESULT put_Transparency(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_Transparency (
bool* Val
)
DSRESULT put_Transparency(
bool NewVal
) |
Property Value
True to save or restore the Transparency Layer property, false to not
Example
See Also
Availability
DraftSight 2018 SP0