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
Details
Constructors
DashArrayElem
public DashArrayElem(float val, bool isGap)
Arguments
Type | Name | Description |
---|---|---|
float | val | |
bool | isGap |
Properties
Value
public float Value { get; set; }
IsGap
public bool IsGap { get; set; }
Generated with ModularDoc