 | IPortalFrameSpanApexSlopeOption Property |
Gets the slope option to the apex
Namespace:
TSD.API.Remoting.PortalFramesAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIReadOnlyProperty<PortalFrameSlopeOption> ApexSlopeOption { get; }
ReadOnly Property ApexSlopeOption As IReadOnlyProperty(Of PortalFrameSlopeOption)
Get
property IReadOnlyProperty<PortalFrameSlopeOption>^ ApexSlopeOption {
IReadOnlyProperty<PortalFrameSlopeOption>^ get ();
}
abstract ApexSlopeOption : IReadOnlyProperty<PortalFrameSlopeOption> with get
Property Value
Type:
IReadOnlyPropertyPortalFrameSlopeOption
RemarksThe slope is measured from the previous point
See Also