다음을 통해 공유


CompositionNineGridBrush.BottomInset 속성

정의

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

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

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

속성 값

Single

float

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

적용 대상