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]
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>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<PaddingReference>()
  • View Source
Back to top Generated by DocFX