GridWithPaddingPadding Property |
Padding of all grid children elements.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public Thickness Padding { get; set; }
Public Property Padding As Thickness
Get
Set
public:
property Thickness Padding {
Thickness get ();
void set (Thickness value);
}
Property Value
Type:
ThicknessSee Also