バージョン

VerticalTextAlignmentResolved プロパティ

GalleryItemGalleryItemSettingsGalleryItemSettings.VerticalTextAlignment プロパティの解決された値を返します (読み取り専用)。
シンタックス
'宣言
 
Public ReadOnly Property VerticalTextAlignmentResolved As VerticalAlignment
public VerticalAlignment VerticalTextAlignmentResolved {get;}
解説

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

参照