CompositionNineGridBrush.LeftInsetScale 属性

定义

要应用于 LeftInset 的缩放。 默认为 1.0f。

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

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

属性值

Single

float

要应用于 LeftInset 的缩放。 默认为 1.0f。

适用于