ESRI.ArcGIS.Mobile
TextSize Structure Members
See Also  Fields  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile Namespace : TextSize Structure


The following tables list the members exposed by TextSize.

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)Empty Initializes a new instance of the TextSize struct.  
Public FieldHeight Gets or sets the vertical component of this TextSize  
Public FieldWidth Gets or sets the horizontal component of this TextSize.  
Top

Public Properties

 NameDescription
Public PropertyIsEmpty Tests whether this TextSize has width and height of 0.  
Top

Public Methods

 NameDescription
Public MethodEqualsIndicates whether this instance and a specified object are equal. (Inherited from System.ValueType)
Public MethodGetHashCodeReturns the hash code for this instance. (Inherited from System.ValueType)
Public MethodToStringReturns the fully qualified type name of this instance. (Inherited from System.ValueType)
Top

See Also