←Select platform

FixedPadding Property

Summary

Indicate whether to use the padding value of the text object without any transformation.

Syntax

C#
VB
Java
C++
public bool FixedPadding { get; set; } 
Public Property FixedPadding As Boolean 
public boolean getFixedPadding() 
public void setFixedPadding(boolean fixedPadding) 
             
public:  
   property bool FixedPadding 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to use the padding value of the text object without any transformation, otherwise; false. Default value is false.

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.Annotations.Rendering.WinForms Assembly