共用方式為


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。

適用於