다음을 통해 공유


CompositionNineGridBrush.TopInsetScale 속성

정의

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

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

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

속성 값

Single

float

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

적용 대상