CompositionNineGridBrush.LeftInset 属性

定义

从指定左列粗细的源内容的左边缘进行嵌入。 默认为 0.0f。

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

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

属性值

Single

float

从指定左列粗细的源内容的左边缘进行嵌入。 默认为 0.0f。

适用于