Bootstrap Chameleon Logo

SHeader

SHeader

Property Type Note
Aka String Name for the widget
Content Object The only child widget in this widget's content.
ToolTipText String
Visibility Enum: EVisibility: Visible, Collapsed, Hidden, HitTestInvisible, SelfHitTestInvisible, All

functions what can be called from ChameleonData

FunctionName Description
set_content_from_json Set sub widget through the content of the JSON string. It's for the widget which has only one child.

Examples

Example 1:

    "SHeader":
    {
        "Content":
        {
            "STextBlock":
            {
                "Text": "A Header",
                "Justification": "Center"
            }
        }
    }