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