共用方式為


CompositionNineGridBrush.LeftInset 屬性

定義

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

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

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

屬性值

Single

float

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

適用於