←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.