protected override void AssertedHeightBetweenEventHandler(object sender, LayoutElementTwoValuesActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ElementName} height is {arg.ActionValue}-{arg.SecondActionValue} px.");
示例#2
0
 protected virtual void AssertedWidthBetweenEventHandler(object sender, LayoutElementTwoValuesActionEventArgs arg)
 {
 }