hobd.DynamicElement.DynamicElement C# (CSharp) Method

DynamicElement() public method

public DynamicElement ( string text ) : System
text string
return System
        public DynamicElement(string text)
        {
            this.Text = text;
            this.Style = HOBD.theme.PhoneTextNormalStyle;
        }