←Select platform

IsVerticalDotLine Property

Summary

Gets or sets the orientation of the dotted line.

Syntax

C#
VB
C++
public bool IsVerticalDotLine { get; set; } 
Public Property IsVerticalDotLine() As Boolean 
   Get 
   Set 
public:  
   property bool IsVerticalDotLine 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

This value is true if the dotted line has a vertical orientation and false if the dotted line has an horizontal orientation.

Example

Refer to AutoZoningCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly