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