Class GridLengthHelper
System.Object
  MarkdownMonster.Windows.GridLengthHelper
public class GridLengthHelper : object

Class Members

MemberDescription

Constructor

FromDouble

public static GridLength FromDouble(double size)

FromInt

public static GridLength FromInt(double size)

ParseInt

Converts a GridLength to an Int Value checking for IsAbsolute and if not returning -1

public static int ParseInt(GridLength value)

TryParseInt

public static bool TryParseInt(GridLength value,     ref int intValue)

Auto

Star

WindowSeparator

Zero

Requirements

Namespace: MarkdownMonster.Windows
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic