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

Leadtools.ImageProcessing.Core Assembly