CompositionNineGridBrush.LeftInset 속성

정의

원본 콘텐츠의 왼쪽 가장자리에서 왼쪽 열의 두께를 지정하는 Inset입니다. 기본값은 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

원본 콘텐츠의 왼쪽 가장자리에서 왼쪽 열의 두께를 지정하는 Inset입니다. 기본값은 0.0f입니다.

적용 대상