ImageGear v26.5 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEDash Class / Phase Property




In This Topic
    Phase Property
    In This Topic
    Gets or sets the dash phase.
    Syntax
    'Declaration
     
    Public Property Phase As Integer
    'Usage
     
    Dim instance As ImGearPDEDash
    Dim value As Integer
     
    instance.Phase = value
     
    value = instance.Phase
    public int Phase {get; set;}
    public: __property int get_Phase();
    public: __property void set_Phase( 
       int value
    );
    public:
    property int Phase {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    Remarks
    A number that specifies a distance in user space into the dash pattern at which to begin marking the path. The default value is 0.
    See Also