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。

适用于