Share via


CompositionNineGridBrush.RightInset 属性

定义

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

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

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

属性值

Single

float

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

适用于