Show / Hide Table of Contents

Enum PaddingReference

The types of references for the padding calculation.

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[Flags]
[SuppressMessage("Naming", "CA1714:Flags enums should have plural names", Justification = "Breaking changes.")]
public enum PaddingReference

Fields

Name Description
Height

Paddings using a * are calculated by using the content height.

HeightAndWidth

Horizontal paddings using a * are calculated by using the content width and vertical paddings are calculated using the content height.

Width

Paddings using a * are calculated by using the content width.

Extension Methods

CollectionExtensions.AddRange<T, PaddingReference>(PaddingReference, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<PaddingReference>(PaddingReference)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Enum, Func<TAttribute, TType>)
  • View Source
Back to top Generated by DocFX