次の方法で共有


Block.Margin プロパティ

定義

Block 要素の周囲の領域の量を取得または設定します。

public:
 property Thickness Margin { Thickness get(); void set(Thickness value); };
Thickness Margin();

void Margin(Thickness value);
public Thickness Margin { get; set; }
var thickness = block.margin;
block.margin = thickness;
Public Property Margin As Thickness
<Paragraph Margin="uniform"/>
- or -
<Paragraph Margin="left+right,top+bottom"/>
- or -
<Paragraph Margin="left,top,right,bottom"/>
 

プロパティ値

Block 要素の周囲の領域の量。

適用対象

こちらもご覧ください