共用方式為


CompositionNineGridBrush.RightInsetScale 屬性

定義

要套用至 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。

適用於