ArcFM Engine Developer Guide
TextPlacement Enumeration


Defines the location where the text is displayed with respect to the image for a Command.
Syntax
'Declaration
 
Public Enum TextPlacement 
   Inherits System.Enum
'Usage
 
Dim instance As TextPlacement
public enum TextPlacement : System.Enum 
Members
MemberDescription
AboveImageDisplay the text above the image.
BelowImageDisplay the text below the image.
DefaultA value has not been assigned, use the default placement.
LeftOfImageDisplay the text to the left of the image.
RightOfImageDisplay the text to the right of the image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.Commands.TextPlacement

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Miner.Windows.Commands Namespace

 

 


Send Comment