Share via


SolidPaint.IsTransparent Property

Definition

Gets a value indicating whether this paint has transparent areas.

public:
 virtual property bool IsTransparent { bool get(); };
public override bool IsTransparent { get; }
member this.IsTransparent : bool
Public Overrides ReadOnly Property IsTransparent As Boolean

Property Value

Remarks

A solid paint is considered transparent if its color's alpha value is less than 1.

Applies to