Share via


CompositionNineGridBrush.BottomInsetScale 속성

정의

BottomInset에 적용할 크기 조정입니다. 기본값은 1.0f입니다.

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

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

속성 값

Single

float

BottomInset에 적용할 크기 조정입니다. 기본값은 1.0f입니다.

적용 대상