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