Click or drag to resize

PropertyStretch Enumeration

Determines how symbol is sized.

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public enum PropertyStretch
Members
Member nameValueDescription
Fill0 Content is skewed to fill control dimensions.
Uniform1 Content is sized to fit control while preserving aspect ratio.
See Also