CompositionNineGridBrush.BottomInset 属性

定义

来自源内容的下边缘的内插,该内容指定底部行的粗细。 默认为 0.0f。

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

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

属性值

Single

float

来自源内容的下边缘的内插,该内容指定底部行的粗细。 默认为 0.0f。

适用于