Border Style Preset
Preset for border styles. Encapsulates both BorderStyle and dash array used for DASHED.
See also
Annotation
Constructors
Link copied to clipboard
Creates preset with border style
style and null dash array.Creates preset with border style
style and dash array dashArray.constructor(@NonNull borderStyle: BorderStyle, @NonNull borderEffect: BorderEffect, @Nullable dashArray: List<Integer>)
Creates preset with border style
borderStyle, border effect borderEffect and dash array dashArray.constructor(@NonNull borderStyle: BorderStyle, @NonNull borderEffect: BorderEffect, @FloatRange(from = 0.0 ) borderEffectIntensity: Float, @Nullable dashArray: List<Integer>)
Creates preset with border style
borderStyle, border effect borderEffect and dash array dashArray.Properties
Link copied to clipboard
The border effect (cloudy, no effect) applied to this preset.
Link copied to clipboard
The intensity of the border effect (used for cloudy borders).
Link copied to clipboard
The border style (solid, dashed, none, etc.) for this preset.
Link copied to clipboard
Cloudy line border.
Link copied to clipboard
Dashed line border with a 1:1 dash-to-gap ratio (fine dashes).
Link copied to clipboard
Dashed line border with a 1:3 dash-to-gap ratio (short dashes with larger gaps).
Link copied to clipboard
Dashed line border with a 3:3 dash-to-gap ratio (medium dashes).
Link copied to clipboard
Dashed line border with a 6:6 dash-to-gap ratio (large dashes).
Link copied to clipboard
No border.
Link copied to clipboard
Solid line border.