←Select platform

FriendlyName Property

Summary

Gets the friendly name for AnnLineEnding.

Syntax
C#
VB
C++
public abstract string FriendlyName { get; } 
Public MustOverride ReadOnly Property FriendlyName() As String 
public:  
   virtual property String^ FriendlyName 
   { 
      String^ get() abstract; 
   } 

Property Value

A string that represents the friendly name for the AnnLineEnding.

Remarks

This property is overridden in a derived class to return a friendly name of the object. For example, AnnSquareLineEnding returns "Square" and AnnRoundLineEnding returns "Round".

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.Annotations.Engine Assembly

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