 | PortalFrameSpanGeometryParamsApexSlopeOption Property |
Gets or sets the slope option to the apex
Namespace: TSD.API.Remoting.PortalFrames.CreateAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntaxpublic PortalFrameSlopeOption ApexSlopeOption { get; set; }Public Property ApexSlopeOption As PortalFrameSlopeOption
Get
Set
public:
property PortalFrameSlopeOption ApexSlopeOption {
PortalFrameSlopeOption get ();
void set (PortalFrameSlopeOption value);
}member ApexSlopeOption : PortalFrameSlopeOption with get, set
Property Value
PortalFrameSlopeOption
RemarksThe slope is measured from the previous point
See Also