다음을 통해 공유


EditModeSwitchButton.SyncModeToOwningContainer 속성

정의

소유하는 속성 컨테이너의 ActiveEditMode와 일치하도록 TargetEditMode가 자동 계산되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool SyncModeToOwningContainer { bool get(); void set(bool value); };
public bool SyncModeToOwningContainer { get; set; }
member this.SyncModeToOwningContainer : bool with get, set
Public Property SyncModeToOwningContainer As Boolean

속성 값

Boolean

true 경우는 EditModeSwitchButton 소유 속성 컨테이너;의 편집 모드로 자동 전환 false 편집 정의한 모드로 전환 하는 경우는 TargetEditMode 속성입니다.

적용 대상