Skip to main content
Skip table of contents

DashArrayElem

DashArrayElem Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.parser.LineDashPattern
  iTextSharp.text.pdf.parser.LineDashPattern.DashArrayElem[[DashArrayElem]]
  end

Members

Properties

Public properties
TypeNameMethods
boolIsGapget, set
floatValueget, set

Details

Constructors

DashArrayElem

Source code

public DashArrayElem(float val, bool isGap)
Arguments
TypeNameDescription
floatval
boolisGap

Properties

Value
public float Value { get; set; }
IsGap
public bool IsGap { get; set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.