AnnotationGroup.Alignment プロパティ

定義

注釈のコンテンツの配置を取得または設定します。

public:
 virtual property System::Drawing::ContentAlignment Alignment { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.ContentAlignment Alignment { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Alignment : System.Drawing.ContentAlignment with get, set
Public Overrides Property Alignment As ContentAlignment

プロパティ値

ContentAlignment

注釈のコンテンツの配置を表す ContentAlignment 値。

属性

注釈

このプロパティは、、、およびの各オブジェクトに対してテキストを配置し、拡大縮小されていないイメージをオブジェクト内に配置するために使用し TextAnnotation RectangleAnnotation EllipseAnnotation CalloutAnnotation ImageAnnotation ます。

適用対象