←Select platform

FixedPadding Property

Summary

Indicates whether to use fixed padding.

Syntax
C#
Objective-C
C++/CLI
Java
public bool FixedPadding {get; set;} 
@property (nonatomic, assign) BOOL fixedPadding; 
public boolean getFixedPadding(); 
public void setFixedPadding( 
   boolean booleanValue 
); 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

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