'宣言 Public Enum AnchorTextWrapping Inherits System.Enum
public enum AnchorTextWrapping : System.Enum
メンバ | 解説 |
---|---|
Square | 図のすべての側にテキストがフローします。 |
TextInBackground | テキストを折り返さずに、図の後ろに表示されます。 |
TextInForeground | テキストを折り返さずに、図に重ねて表示されます。 |
TopAndBottom | 図の上と下にテキストがフローします。 |