CompositionNineGridBrush.RightInsetScale 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
要应用于 RightInset 的缩放。 默认为 1.0f。
public:
property float RightInsetScale { float get(); void set(float value); };
float RightInsetScale();
void RightInsetScale(float value);
public float RightInsetScale { get; set; }
var single = compositionNineGridBrush.rightInsetScale;
compositionNineGridBrush.rightInsetScale = single;
Public Property RightInsetScale As Single
属性值
Single
float
要应用于 RightInset 的缩放。 默认为 1.0f。