| IPortalFrameSpanApexSlopeOption Property |
Gets the slope option to the apex
Namespace: TSD.API.Remoting.PortalFramesAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IReadOnlyProperty<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
IReadOnlyPropertyPortalFrameSlopeOptionRemarks The slope is measured from the previous point
See Also