/// <summary> /// Initializes style set resources for this shape type /// </summary> /// <param name="classStyleSet">The style set for this shape class</param> protected override void InitializeResources(DslDiagrams::StyleSet classStyleSet) { base.InitializeResources(classStyleSet); // Line pen settings for this connector. DslDiagrams::PenSettings linePen = new DslDiagrams::PenSettings(); linePen.Color = global::System.Drawing.Color.FromArgb(255, 113, 111, 110); classStyleSet.OverridePen(DslDiagrams::DiagramPens.ConnectionLineDecorator, linePen); linePen.Width = 0.01f; classStyleSet.OverridePen(DslDiagrams::DiagramPens.ConnectionLine, linePen); DslDiagrams::BrushSettings lineBrush = new DslDiagrams::BrushSettings(); lineBrush.Color = global::System.Drawing.Color.FromArgb(255, 113, 111, 110); classStyleSet.OverrideBrush(DslDiagrams::DiagramBrushes.ConnectionLineDecorator, lineBrush); }
/// <summary> /// Initializes style set resources for this shape type /// </summary> /// <param name="classStyleSet">The style set for this shape class</param> protected override void InitializeResources(DslDiagrams::StyleSet classStyleSet) { base.InitializeResources(classStyleSet); // Outline pen settings for this shape. DslDiagrams::PenSettings outlinePen = new DslDiagrams::PenSettings(); outlinePen.Color = global::System.Drawing.Color.FromArgb(255, 204, 204, 102); outlinePen.Width = 0.01F; classStyleSet.OverridePen(DslDiagrams::DiagramPens.ShapeOutline, outlinePen); // Fill brush settings for this shape. DslDiagrams::BrushSettings backgroundBrush = new DslDiagrams::BrushSettings(); backgroundBrush.Color = global::System.Drawing.Color.FromArgb(255, 255, 255, 204); classStyleSet.OverrideBrush(DslDiagrams::DiagramBrushes.ShapeBackground, backgroundBrush); }
/// <summary> /// Initializes style set resources for this shape type /// </summary> /// <param name="classStyleSet">The style set for this shape class</param> protected override void InitializeResources(DslDiagrams::StyleSet classStyleSet) { base.InitializeResources(classStyleSet); // Outline pen settings for this shape. DslDiagrams::PenSettings outlinePen = new DslDiagrams::PenSettings(); outlinePen.Width = 0.01F; classStyleSet.OverridePen(DslDiagrams::DiagramPens.ShapeOutline, outlinePen); }
/// <summary> /// Initializes style set resources for this shape type /// </summary> /// <param name="classStyleSet">The style set for this shape class</param> protected override void InitializeResources(DslDiagrams::StyleSet classStyleSet) { base.InitializeResources(classStyleSet); // Line pen settings for this connector. DslDiagrams::PenSettings linePen = new DslDiagrams::PenSettings(); linePen.Color = global::System.Drawing.Color.FromKnownColor(global::System.Drawing.KnownColor.DarkGoldenrod); classStyleSet.OverridePen(DslDiagrams::DiagramPens.ConnectionLineDecorator, linePen); linePen.Width = 0.0125f; linePen.DashStyle = global::System.Drawing.Drawing2D.DashStyle.Dash; classStyleSet.OverridePen(DslDiagrams::DiagramPens.ConnectionLine, linePen); DslDiagrams::BrushSettings lineBrush = new DslDiagrams::BrushSettings(); lineBrush.Color = global::System.Drawing.Color.FromKnownColor(global::System.Drawing.KnownColor.DarkGoldenrod); classStyleSet.OverrideBrush(DslDiagrams::DiagramBrushes.ConnectionLineDecorator, lineBrush); }
/// <summary> /// Initializes style set resources for this shape type /// </summary> /// <param name="classStyleSet">The style set for this shape class</param> protected override void InitializeResources(DslDiagrams::StyleSet classStyleSet) { base.InitializeResources(classStyleSet); // Line pen settings for this connector. DslDiagrams::PenSettings linePen = new DslDiagrams::PenSettings(); linePen.Color = global::System.Drawing.Color.FromArgb(255, 113, 111, 110); classStyleSet.OverridePen(DslDiagrams::DiagramPens.ConnectionLineDecorator, linePen); linePen.Width = 0.01f; classStyleSet.OverridePen(DslDiagrams::DiagramPens.ConnectionLine, linePen); DslDiagrams::BrushSettings lineBrush = new DslDiagrams::BrushSettings(); lineBrush.Color = global::System.Drawing.Color.FromArgb(255, 113, 111, 110); classStyleSet.OverrideBrush(DslDiagrams::DiagramBrushes.ConnectionLineDecorator, lineBrush); // Custom font styles DslDiagrams::FontSettings fontSettings; fontSettings = new DslDiagrams::FontSettings(); fontSettings.Style = global::System.Drawing.FontStyle.Bold ; fontSettings.Size = 7/72.0F; classStyleSet.AddFont(new DslDiagrams::StyleSetResourceId(string.Empty, "ShapeTextBold7"), DslDiagrams::DiagramFonts.ShapeText, fontSettings); }
/// <summary> /// Initializes style set resources for this shape type /// </summary> /// <param name="classStyleSet">The style set for this shape class</param> protected override void InitializeResources(DslDiagrams::StyleSet classStyleSet) { base.InitializeResources(classStyleSet); // Line pen settings for this connector. DslDiagrams::PenSettings linePen = new DslDiagrams::PenSettings(); linePen.DashStyle = global::System.Drawing.Drawing2D.DashStyle.Dash; classStyleSet.OverridePen(DslDiagrams::DiagramPens.ConnectionLine, linePen); }
/// <summary> /// Initializes style set resources for this shape type /// </summary> /// <param name="classStyleSet">The style set for this shape class</param> protected override void InitializeResources(DslDiagrams::StyleSet classStyleSet) { base.InitializeResources(classStyleSet); // Outline pen settings for this shape. DslDiagrams::PenSettings outlinePen = new DslDiagrams::PenSettings(); outlinePen.Width = 0.0125F; classStyleSet.OverridePen(DslDiagrams::DiagramPens.ShapeOutline, outlinePen); // Fill brush settings for this shape. DslDiagrams::BrushSettings backgroundBrush = new DslDiagrams::BrushSettings(); backgroundBrush.Color = global::System.Drawing.Color.FromKnownColor(global::System.Drawing.KnownColor.PaleGreen); classStyleSet.OverrideBrush(DslDiagrams::DiagramBrushes.ShapeBackground, backgroundBrush); // Custom font styles DslDiagrams::FontSettings fontSettings; fontSettings = new DslDiagrams::FontSettings(); fontSettings.Style = global::System.Drawing.FontStyle.Italic ; fontSettings.Size = 7/72.0F; classStyleSet.AddFont(new DslDiagrams::StyleSetResourceId(string.Empty, "ShapeTextItalic7"), DslDiagrams::DiagramFonts.ShapeText, fontSettings); }
/// <summary> /// Initializes style set resources for this shape type /// </summary> /// <param name="classStyleSet">The style set for this shape class</param> protected override void InitializeResources(DslDiagrams::StyleSet classStyleSet) { base.InitializeResources(classStyleSet); // Line pen settings for this connector. DslDiagrams::PenSettings linePen = new DslDiagrams::PenSettings(); linePen.Width = 0.01f; classStyleSet.OverridePen(DslDiagrams::DiagramPens.ConnectionLine, linePen); }
/// <summary> /// Initializes style set resources for this shape type /// </summary> /// <param name="classStyleSet">The style set for this shape class</param> protected override void InitializeResources(DslDiagrams::StyleSet classStyleSet) { base.InitializeResources(classStyleSet); // Outline pen settings for this shape. DslDiagrams::PenSettings outlinePen = new DslDiagrams::PenSettings(); outlinePen.Color = global::System.Drawing.Color.FromArgb(255, 113, 111, 110); outlinePen.Width = 0.01F; classStyleSet.OverridePen(DslDiagrams::DiagramPens.ShapeOutline, outlinePen); // Fill brush settings for this shape. DslDiagrams::BrushSettings backgroundBrush = new DslDiagrams::BrushSettings(); backgroundBrush.Color = global::System.Drawing.Color.FromArgb(255, 242, 239, 229); classStyleSet.OverrideBrush(DslDiagrams::DiagramBrushes.ShapeBackground, backgroundBrush); // Custom font styles DslDiagrams::FontSettings fontSettings; fontSettings = new DslDiagrams::FontSettings(); fontSettings.Style = global::System.Drawing.FontStyle.Bold | global::System.Drawing.FontStyle.Underline ; fontSettings.Size = 10/72.0F; classStyleSet.AddFont(new DslDiagrams::StyleSetResourceId(string.Empty, "ShapeTextBold, Underline10"), DslDiagrams::DiagramFonts.ShapeText, fontSettings); fontSettings = new DslDiagrams::FontSettings(); fontSettings.Style = global::System.Drawing.FontStyle.Bold ; fontSettings.Size = 10/72.0F; classStyleSet.AddFont(new DslDiagrams::StyleSetResourceId(string.Empty, "ShapeTextBold10"), DslDiagrams::DiagramFonts.ShapeText, fontSettings); }
/// <summary> /// Initializes style set resources for this shape type /// </summary> /// <param name="classStyleSet">The style set for this shape class</param> protected override void InitializeResources(DslDiagrams::StyleSet classStyleSet) { base.InitializeResources(classStyleSet); // Outline pen settings for this shape. DslDiagrams::PenSettings outlinePen = new DslDiagrams::PenSettings(); outlinePen.DashStyle = global::System.Drawing.Drawing2D.DashStyle.Dash; // Property: // private static ArrayList customOutlineDashPattern; // protected static ArrayList CustomOutlineDashPattern // { // get // { // if(customOutlineDashPattern == null) // customOutlineDashPattern = new ArrayList(new float[] { 4.0F, 2.0F, 1.0F, 3.0F }); // return customOutlineDashPattern; // } // } // must be implemented in a partial class of DmitriNesteruk.AsyncDsl.CommentShape. This property should // return an ArrayList of float values containing the custom DashPattern to use for this shape. outlinePen.DashPattern = global::DmitriNesteruk.AsyncDsl.CommentShape.CustomOutlineDashPattern; classStyleSet.OverridePen(DslDiagrams::DiagramPens.ShapeOutline, outlinePen); // Fill brush settings for this shape. DslDiagrams::BrushSettings backgroundBrush = new DslDiagrams::BrushSettings(); backgroundBrush.Color = global::System.Drawing.Color.FromArgb(255, 255, 255, 192); classStyleSet.OverrideBrush(DslDiagrams::DiagramBrushes.ShapeBackground, backgroundBrush); }