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