ElementListCompartmentDescription 생성자
초기 값을 모두 사용 하는 생성자입니다.
네임스페이스: Microsoft.VisualStudio.Modeling.Diagrams
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
구문
‘선언
Public Sub New ( _
name As String, _
title As String, _
titleFill As Color, _
allowCustomTitleFillColor As Boolean, _
compartmentFill As Color, _
allowCustomCompartmentFillColor As Boolean, _
titleFontSettings As FontSettings, _
itemFontSettings As FontSettings, _
isDefaultCollapsed As Boolean _
)
public ElementListCompartmentDescription(
string name,
string title,
Color titleFill,
bool allowCustomTitleFillColor,
Color compartmentFill,
bool allowCustomCompartmentFillColor,
FontSettings titleFontSettings,
FontSettings itemFontSettings,
bool isDefaultCollapsed
)
매개 변수
- name
형식: System.String
초기 이름 값입니다.
- title
형식: System.String
초기 제목 값입니다.
- titleFill
형식: System.Drawing.Color
Initital TitleFill 값입니다.
- allowCustomTitleFillColor
형식: System.Boolean
True 이면 제목을 채우기 색 속성 표를 통해 false 그렇지 않으면 변경할 수 있습니다.
- compartmentFill
형식: System.Drawing.Color
초기 CompartmentFill 값입니다.
- allowCustomCompartmentFillColor
형식: System.Boolean
True 이면 구획 채우기 색 속성 표를 통해 false 그렇지 않으면 변경할 수 있습니다.
- titleFontSettings
형식: Microsoft.VisualStudio.Modeling.Diagrams.FontSettings
제목 글꼴 글꼴 설정입니다.이 글꼴 구획 만들어질 때 설정 예제 스타일에서 배치 됩니다.
- itemFontSettings
형식: Microsoft.VisualStudio.Modeling.Diagrams.FontSettings
구획 항목 글꼴 글꼴 설정입니다.이 글꼴 구획 만들어질 때 설정 예제 스타일에서 배치 됩니다.
- isDefaultCollapsed
형식: System.Boolean
구획은 기본적으로 축소 되어 있는 경우
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.