c# - How to set control x:Uid attribute programmatically for a metro app control? -
i need set x:uid attribute of control programmatically? attribute used localization.
i not strong on subject if talking same thing, can see here: bamllocalizableresourcekey.uid property
the public property has get, can't change c# code.
public string uid { get; }
see more x:uid directive find out property set directive , not other attributes in xaml.
Comments
Post a Comment