다음을 통해 공유


PhotoConfirmationControl.Enabled 속성

정의

사진 확인을 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

void Enabled(bool value);
public bool Enabled { get; set; }
var boolean = photoConfirmationControl.enabled;
photoConfirmationControl.enabled = boolean;
Public Property Enabled As Boolean

속성 값

Boolean

bool

사진 확인을 사용할 수 있는지 여부를 나타내는 값입니다.

적용 대상