CompartmentDescription(String, String, Color, Boolean, Color, Boolean, FontSettings) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Konstruktor, der alle Anfangswerte annimmt.
protected:
CompartmentDescription(System::String ^ name, System::String ^ title, System::Drawing::Color titleFill, bool allowCustomTitleFillColor, System::Drawing::Color compartmentFill, bool allowCustomCompartmentFillColor, Microsoft::VisualStudio::Modeling::Diagrams::FontSettings ^ titleFontSettings);
protected CompartmentDescription (string name, string title, System.Drawing.Color titleFill, bool allowCustomTitleFillColor, System.Drawing.Color compartmentFill, bool allowCustomCompartmentFillColor, Microsoft.VisualStudio.Modeling.Diagrams.FontSettings titleFontSettings);
new Microsoft.VisualStudio.Modeling.Diagrams.CompartmentDescription : string * string * System.Drawing.Color * bool * System.Drawing.Color * bool * Microsoft.VisualStudio.Modeling.Diagrams.FontSettings -> Microsoft.VisualStudio.Modeling.Diagrams.CompartmentDescription
Protected Sub New (name As String, title As String, titleFill As Color, allowCustomTitleFillColor As Boolean, compartmentFill As Color, allowCustomCompartmentFillColor As Boolean, titleFontSettings As FontSettings)
Parameter
- name
- String
Wert des Anfangs namens.
- title
- String
Anfangswert des Titels.
- titleFill
- Color
Der Wert des Initialen titlefill-Werts.
- allowCustomTitleFillColor
- Boolean
True, wenn die Titel Füllfarbe über das Eigenschaften Raster geändert werden kann, andernfalls false.
- compartmentFill
- Color
Ursprünglicher "gliementfill"-Wert.
- allowCustomCompartmentFillColor
- Boolean
True, wenn die Depot Füllfarbe über das Eigenschaften Raster geändert werden kann, andernfalls false.
- titleFontSettings
- FontSettings
Schriftart Einstellungen für die Titel Schriftart. Diese Schriftart wird in den instanzstilsatz eingefügt, wenn das Depot erstellt wird.