Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将用户定义的运行时属性添加到 Xamarin 故事板设计器中的按钮?
我正在尝试让Pixate Freestyle工作并且需要定义属性。我只能在 xcode 中找到定义它们的地方。
我正在研究一个 Xamarin Forms 项目,我发现在每个平台上,都有一种方法可以更新控件的样式。我以前这样做的方式是这样的:
PixateFreestyle.SetStyleId(view, styleId);
或者
PixateFreestyle.SetClassId(view, classId);
其中 view 是您想要设置样式的任何 UIView 并且 styleId/classId 是带有样式名称的字符串
希望这对你有用
这是我项目的基础
XamarinForms-PixateFreestyle