IContentSiteBridge.LayoutDirectionOverride Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the layout direction for reading order and text alignment used by a ContentSite.
public:
property IReference<ContentLayoutDirection> ^ LayoutDirectionOverride { IReference<ContentLayoutDirection> ^ get(); void set(IReference<ContentLayoutDirection> ^ value); };
IReference<ContentLayoutDirection> LayoutDirectionOverride();
void LayoutDirectionOverride(IReference<ContentLayoutDirection> value);
C#
public System.Nullable<ContentLayoutDirection> LayoutDirectionOverride { get; set; }
var iReference = iContentSiteBridge.layoutDirectionOverride;
iContentSiteBridge.layoutDirectionOverride = iReference;
Public Property LayoutDirectionOverride As Nullable(Of ContentLayoutDirection)
The layout direction used by a ContentSite. The default value is null.
Setting this value overrides the Microsoft.UI.Content.ContentIsland.LayoutDirection value.
Produk | Versi |
---|---|
Windows App SDK | 1.4, 1.5, 1.6 |