バージョン

TextPlacementResolved プロパティ

GalleryItem 画像を基準として GalleryItem テキストが表示される場所を決定する値を返します。(読み取り専用)
シンタックス
'宣言
 
Public ReadOnly Property TextPlacementResolved As TextPlacement
public TextPlacement TextPlacementResolved {get;}
解説

GalleryItemSettings.TextPlacement プロパティは、GalleryItemGroup のすべての項目に対してデフォルトとして機能するように GalleryItem 自体で設定できますが、含んでいる GalleryItemGroup でも設定できます。プロパティの「解決された」バージョンは、GalleryItem で直接設定された値を返します(ある場合)。GalleryItem で設定されておらず GalleryItemGalleryTool ドロップダウンに表示する場合、ItemSettings で設定された値が使用されます(ある場合)。値がいずれの場所でも設定されていない場合、'BelowImage' の値が返されます。

参照