Interface IUIElementSize
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Represents the size of a UI element.
public interface IUIElementSize
Properties
Height
Gets the height, in pixels.
decimal Height { get; }
Property Value
Width
Gets the width, in pixels.
decimal Width { get; }