Renamed Pos.Function->Func to align iwth C# Func type.

Pos API doc fixes and code cleanup.
This commit is contained in:
Tig
2024-05-16 06:50:19 -07:00
parent f7b75cd7c2
commit 00daccfcf1
10 changed files with 63 additions and 20 deletions

View File

@@ -403,7 +403,7 @@ public class SetRelativeLayoutTests
Width = Auto (DimAutoStyle.Text),
Height = Auto (DimAutoStyle.Text)
};
view.X = Pos.AnchorEnd (0) - Pos.Function (GetViewWidth);
view.X = Pos.AnchorEnd (0) - Pos.Func (GetViewWidth);
int GetViewWidth () { return view.Frame.Width; }