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