WebPlanner Programmer's Guide

Pen.DashOffset Property

See Also
 


Gets or sets the distance from the start of a line to the beginning of a dash pattern.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public float DashOffset { get; set; }

Visual Basic  Copy Code

Public Property DashOffset As Single

 Property Value

A float value representing the distance from the start of a line to the beginning of a dash pattern.

 See Also