public bool RenderWithTransparency { get; set; }Public Property RenderWithTransparency As Boolean
Get
Setpublic:
property bool RenderWithTransparency {
bool get ();
void set (bool value);
}member RenderWithTransparency : bool with get, set