Class Callout
Assembly: Sdk.dll
Syntax
public sealed class Callout
Properties
|
Edit this page
View Source
Cap
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
public LineCap? Cap { get; init; }
Property Value
|
Edit this page
View Source
End
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
public PointF? End { get; init; }
Property Value
|
Edit this page
View Source
InnerRectInset
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(InsetsJsonConverter))]
public Insets InnerRectInset { get; init; }
Property Value
|
Edit this page
View Source
Knee
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
public PointF? Knee { get; init; }
Property Value
|
Edit this page
View Source
Start
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
public PointF? Start { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToJson()
Declaration
Returns