 | PdfPathObjectDashPhase Property |
Gets or sets the dash phase. The dash phase specifies the distance into the dash pattern at which to start the dash.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic float DashPhase { get; set; }
Public Property DashPhase As Single
Get
Set
public:
property float DashPhase {
float get ();
void set (float value);
}
member DashPhase : float32 with get, set
/** @property */
public float get_DashPhase()
/** @property */
public void set_DashPhase(float value)
function get_DashPhase();
function set_DashPhase(value);
Property Value
SingleA non-negative number expressed in user space units.
See Also