←Select platform

Padding Property

Summary

Gets or sets an AnnThickness object which controls the distance between the text and the bounding rectangle of the text.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnThickness Padding { get; set; } 
Public Property Padding As Leadtools.Annotations.Core.AnnThickness 
public Leadtools.Annotations.Core.AnnThickness Padding {get; set;} 
@property (nonatomic) LeadRectD padding; 
public AnnThickness getPadding() 
public void setPadding(AnnThickness thickness) 
             
  
get_Padding(); 
set_Padding(value); 
Object.defineProperty('Padding');  
public:  
   property AnnThickness^ Padding 
   { 
      AnnThickness^ get() 
      void set(AnnThickness^ value) 
   } 

Property Value

An AnnThickness object which controls the distance between the text and the bounding rectangle of the text.

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.Core Assembly