ItemsStackPanel.GroupPadding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Thickness GroupPadding { Thickness get(); void set(Thickness value); };
Thickness GroupPadding();
void GroupPadding(Thickness value);
public Thickness GroupPadding { get; set; }
var thickness = itemsStackPanel.groupPadding;
itemsStackPanel.groupPadding = thickness;
Public Property GroupPadding As Thickness