ESRI.ArcGIS.ADF.IMS
MinSize Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > ShieldSymbol Class : MinSize Property




Gets or sets the shield size to the minimum size in characters.

Syntax

Visual Basic (Declaration) 
Public Property MinSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As ShieldSymbol
Dim value As Integer
 
instance.MinSize = value
 
value = instance.MinSize
C# 
public int MinSize {get; set;}

Example

For an example, see the ShieldSymbol overview.

Remarks

Defines the minimum width of the shield, in characters. This can be used to make shield symbols more uniform when label values have a variety of character widths.

ShieldSymbol is designed for no more than four characters in length, and the shield expands to encompass the text. If more characters are needed, RasterShieldSymbol should be used instead.

See Also

© 2010 All Rights Reserved.