Class ScrollSnapContainerHighlightConfig
ScrollSnapContainerHighlightConfig
public sealed class ScrollSnapContainerHighlightConfig
- Inheritance
-
ScrollSnapContainerHighlightConfig
- Inherited Members
Properties
ScrollMarginColor
scrollMarginColor
[JsonPropertyName("scrollMarginColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ScrollMarginColor { get; set; }
Property Value
ScrollPaddingColor
scrollPaddingColor
[JsonPropertyName("scrollPaddingColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ScrollPaddingColor { get; set; }
Property Value
SnapAreaBorder
snapAreaBorder
[JsonPropertyName("snapAreaBorder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle SnapAreaBorder { get; set; }
Property Value
SnapportBorder
snapportBorder
[JsonPropertyName("snapportBorder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle SnapportBorder { get; set; }