FixedPadding Property

Summary

Indicates whether to use fixed padding.

Syntax
C#
VB
C++
Java
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 fixed padding; otherwise, false. The default value is false.

Remarks

Setting FixedPadding to true will render all padding with a fixed size in pixels, regardless of the current transformation.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly