CompositionNineGridBrush.TopInsetScale 属性

定义

要应用于 TopInset 的规模。 默认为 1.0f。

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

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

属性值

Single

float

要应用于 TopInset 的规模。 默认为 1.0f。

适用于