Style 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Style 클래스의 새 인스턴스를 초기화합니다.
오버로드
Style() |
Style 클래스의 새 인스턴스를 초기화합니다. |
Style(Type) | |
Style(Type, Style) |
지정된 Style을 기반으로, 그리고 지정된 Type에 대해 사용할 Style 클래스의 새 인스턴스를 초기화합니다. |
Style()
Style 클래스의 새 인스턴스를 초기화합니다.
public:
Style();
public Style ();
Public Sub New ()
설명
이 생성자 호출에는 스타일 형식의 TargetType BasedOn 유효성 검사가 지연되어야 합니다. 파서의 컨텍스트 외부에서 사용되는 경우 동작은 정의되지 않습니다.
적용 대상
Style(Type)
Style(Type, Style)
public:
Style(Type ^ targetType, System::Windows::Style ^ basedOn);
public Style (Type targetType, System.Windows.Style basedOn);
new System.Windows.Style : Type * System.Windows.Style -> System.Windows.Style
Public Sub New (targetType As Type, basedOn As Style)
매개 변수
- targetType
- Type
스타일을 적용할 형식입니다.
- basedOn
- Style
이 스타일의 기반이 되는 스타일입니다.