IndicatorBaseTemplate Property |
Gets the user parameters xaml template. If not overriden will return the default template which populates the properties decorated with
InputAttribute for types boolean, string, datetime, int, double and decimal.
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic override Object Template { get; }
Property Value
ObjectImplements
ITemplateTemplate
See Also