共用方式為


CompositionNineGridBrush.TopInset 屬性

定義

從來源內容的上邊緣內嵌,指定頂端資料列的粗細。 預設為 0.0f。

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

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

屬性值

Single

float

從來源內容的上邊緣內嵌,指定頂端資料列的粗細。 預設為 0.0f。

適用於