Shape.Stretch 속성

정의

셰이프가 할당된 공간을 채우는 방법을 설명하는 Stretch 열거형 값을 가져오거나 설정합니다.

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

void Stretch(Stretch value);
public Stretch Stretch { get; set; }
var stretch = shape.stretch;
shape.stretch = stretch;
Public Property Stretch As Stretch
<object Stretch="stretchvalueName"/>

속성 값

Stretch 열거형 값 중 하나입니다. 런타임 시 기본값은 Shape 유형에 따라 달라집니다.

적용 대상