PanelContainerDesigner.AddDesignTimeCssAttributes(IDictionary) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
스타일 특성의 문자열 표현을 컨트롤의 디자인 타임 렌더링에 사용할 컬렉션에 추가합니다.
protected:
override void AddDesignTimeCssAttributes(System::Collections::IDictionary ^ styleAttributes);
protected override void AddDesignTimeCssAttributes (System.Collections.IDictionary styleAttributes);
override this.AddDesignTimeCssAttributes : System.Collections.IDictionary -> unit
Protected Overrides Sub AddDesignTimeCssAttributes (styleAttributes As IDictionary)
매개 변수
- styleAttributes
- IDictionary
IDictionary를 구현하는 스타일 특성의 컬렉션입니다.
설명
AddDesignTimeCssAttributes 메서드 호출을 ContainerControlDesigner.AddDesignTimeCssAttributes 기본 스타일 특성의 문자열 표현에 추가 하는 메서드는 styleAttributes
컬렉션. 이러한 특성의 연결 된 스타일 속성에 기반한 Panel 제어 합니다.
AddDesignTimeCssAttributes 방향을 설정 styleAttribute
의 값을 기준으로 왼쪽에서 오른쪽 또는 왼쪽으로 나타내는 코드에는 Direction 연결된 된 컨트롤의 속성입니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET