共用方式為


CompositionNineGridBrush.RightInset 屬性

定義

從來源內容的右邊緣內嵌,指定右欄的粗細。 預設為 0.0f。

public:
 property float RightInset { float get(); void set(float value); };
float RightInset();

void RightInset(float value);
public float RightInset { get; set; }
var single = compositionNineGridBrush.rightInset;
compositionNineGridBrush.rightInset = single;
Public Property RightInset As Single

屬性值

Single

float

從來源內容的右邊緣內嵌,指定右欄的粗細。 預設為 0.0f。

適用於