public PathGeometry FullTabSize { get; set; }Public Property FullTabSize As PathGeometry
Get
Setpublic:
property PathGeometry^ FullTabSize {
PathGeometry^ get ();
void set (PathGeometry^ value);
}member FullTabSize : PathGeometry with get, set