SilverlightMappingToolBasic.ThemePropertyAttribute.ThemePropertyAttribute C# (CSharp) Method

ThemePropertyAttribute() public method

public ThemePropertyAttribute ( string propertyKeyName ) : System
propertyKeyName string
return System
        public ThemePropertyAttribute(string propertyKeyName)
        {
            PropertyKeyName = propertyKeyName;
        }
ThemePropertyAttribute