 | IPortalFrameSpanLeftLevelOption Property |
Gets the left side level option
Namespace:
TSD.API.Remoting.PortalFramesAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIReadOnlyProperty<PortalFrameLevelOption> LeftLevelOption { get; }
ReadOnly Property LeftLevelOption As IReadOnlyProperty(Of PortalFrameLevelOption)
Get
property IReadOnlyProperty<PortalFrameLevelOption>^ LeftLevelOption {
IReadOnlyProperty<PortalFrameLevelOption>^ get ();
}
abstract LeftLevelOption : IReadOnlyProperty<PortalFrameLevelOption> with get
Property Value
Type:
IReadOnlyPropertyPortalFrameLevelOption
See Also