protected override void AssertedHeightLessThanOrEqualEventHandler(object sender, LayoutElementActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ElementName} height is <={arg.ActionValue} px.");
 protected override void AssertedWidthGreaterThanOrEqualEventHandler(object sender, LayoutElementActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ElementName} width is >={arg.ActionValue} px.");
Example #3
0
 protected virtual void AssertedWidthGreaterThanOrEqualEventHandler(object sender, LayoutElementActionEventArgs arg)
 {
 }
Example #4
0
 protected virtual void AssertedWidthLessThanEventHandler(object sender, LayoutElementActionEventArgs arg)
 {
 }
Example #5
0
 protected virtual void AssertedHeightGreaterThanEventHandler(object sender, LayoutElementActionEventArgs arg)
 {
 }
Example #6
0
 protected virtual void AssertedHeightLessThanOrEqualEventHandler(object sender, LayoutElementActionEventArgs arg)
 {
 }