CompositionNineGridBrush.TopInset 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
来自源内容的上边缘的内插,该内容指定顶行的粗细。 默认为 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。