C# |
Nullable<TabPageImagePosition> PageImagePosition { get; set; }
|
VB |
Property PageImagePosition As Nullable(of TabPageImagePosition)
|
Property value
Type: Nullable<TabPageImagePosition>
The TabPageImagePosition value that is the alignment of images displayed in document tabs that belong to the current group.
Use a View's IDocumentGroupProperties.PageImagePosition property to specify the default alignment of images displayed in document tabs within all groups. The PageImagePosition property allows you to override the IDocumentGroupProperties.PageImagePosition setting for documents in the current document group. To override the default setting, set the PageImagePosition property to any TabPageImagePosition value except null.