IPercentResolvingContext Interface

IPercentResolvingContext interface

Represents a context for resolving percentage values during layout calculations.

public interface IPercentResolvingContext : IDisposable

Properties

NameDescription
Viewport { get; }Gets the Viewport associated with the percentage resolving context.

See Also