Show / Hide Table of Contents

Enum ThicknessMask

Mask flags used by ThicknessMaskConverter.

Namespace: PresentationTheme.AeroLite.Win10
Assembly: PresentationTheme.AeroLite.Win10.dll
Syntax
[Flags]
public enum ThicknessMask

Fields

Name Description
All

Use all values of the source Thickness.

Bottom

Use Bottom.

Left

Use Left.

None

Use none of the source Thickness.

NotBottom

Use all but Bottom.

NotLeft

Use all but Left.

NotRight

Use all but Right.

NotTop

Use all but Top.

Right

Use Right.

Top

Use Top.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX