GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PenDashType Enum

    Namespace:
    GemBox.Document.Drawing
    Assembly:
    GemBox.Document.dll

    Specifies dash type for how a Pen outlines a shape.

    • C#
    • VB.NET
    public enum PenDashType
    Public Enum PenDashType
    Remarks

    PenDashType is specified through DashType property.

    Fields

    Dash

    A line consisting of dashes.

    DashDot

    A line with a repeating pattern of a dash followed by a dot.

    Dot

    A line consisting of dots.

    LargeDash

    A line with larger dashes than the standard dash style.

    LargeDashDot

    A line with a repeating pattern of a large dash followed by a dot.

    LargeDashDotDot

    A line with a repeating pattern of a large dash followed by two dots.

    Solid

    A continuous solid line.

    SystemDash

    A system-defined dashed line style.

    SystemDashDot

    A system-defined line with a dash followed by a dot pattern.

    SystemDashDotDot

    A system-defined line with a dash followed by two dots pattern.

    SystemDot

    A system-defined dotted line style.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.