Show / Hide Table of Contents

Enum PaddingUnitType

The types of length units for a PaddingLength.

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum PaddingUnitType

Fields

Name Description
Pixel

The PaddingLength is measured in pixels.

Star

The PaddingLength is measured relative to the content size.

Extension Methods

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