Length.Percent Percent get: If Type == Percent, returns Raw. Otherwise returns float.NaN. set: Assigns Raw to the provided float value and assigns Type to Percent. 1 == 100%. Declaration public float Percent { readonly get; set; }