CompositionNineGridBrush.TopInset 속성

정의

위쪽 행의 두께를 지정하는 원본 콘텐츠의 위쪽 가장자리에서 시작합니다. 기본값은 0.0f입니다.

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

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

속성 값

Single

float

위쪽 행의 두께를 지정하는 원본 콘텐츠의 위쪽 가장자리에서 시작합니다. 기본값은 0.0f입니다.

적용 대상