Click or drag to resize

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.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public override Object Template { get; }

Property Value

Object

Implements

ITemplateTemplate
See Also