GrapeCity ActiveReports for .NET 16.0J
MapPosition 列挙体

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map 名前空間 : MapPosition 列挙体
ドック可能なサブアイテムの位置を示します。
シンタックス
'宣言
 
Public Enum MapPosition 
   Inherits System.Enum
public enum MapPosition : System.Enum 
メンバ
メンバ解説
BottomCenterタイトルは下詰め(中央)に配置されます。
BottomLeftタイトルは下詰め(左)に配置されます。
BottomRightタイトルは下詰め(右)に配置されます。
LeftBottomタイトルは左詰め(下)に配置されます。
LeftCenterタイトルは左詰め(中央)に配置されます。
LeftTopタイトルは左詰め(上)に配置されます。
RightBottomタイトルは右詰め(下)に配置されます。
RightCenterタイトルは右詰め(中央)に配置されます。
RightTopタイトルは右詰め(上)に配置されます。
TopCenterタイトルは上詰め(中央)に配置されます。
TopLeftタイトルは上詰め(左)に配置されます。
TopRightタイトルは上詰め(右)に配置されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapPosition

参照

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map 名前空間