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