GridViewItemPresenter.ContentMargin 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定呈現內容與其簡報者之間的內部邊界。
public:
property Thickness ContentMargin { Thickness get(); void set(Thickness value); };
Thickness ContentMargin();
void ContentMargin(Thickness value);
public Thickness ContentMargin { get; set; }
var thickness = gridViewItemPresenter.contentMargin;
gridViewItemPresenter.contentMargin = thickness;
Public Property ContentMargin As Thickness
<gridViewItemPresenter ContentMargin="uniform"/>
- or -
<gridViewItemPresenter ContentMargin="left&right,top&bottom"/>
- or -
<gridViewItemPresenter ContentMargin="left,top,right,bottom"/>
屬性值
粗細值。