Search
DiagramItemStyle Methods
 


 Public Methods

  Name Description

GetProperties

Gets all properties in the style. (Inherited from Style.)

GetProperty

Returns the property with the specified name, if any. (Inherited from Style.)

RegisterType

Associates a type with an alias. (Inherited from Style.)

 Protected Methods

  Name Description

GetValue

Gets the value of the specified property. (Inherited from Style.)

IsPropertySet

Checks whether the specified property has a value. (Inherited from Style.)

LoadFrom

Deserializes the item from the specified reader. (Inherited from Style.)

LoadFromJson

Loads the style content from a JsonObject.

LoadFromXml

Loads the style content from an XML element. (Inherited from Style.)

OnPropertyChanged

Raises the PropertyChanged event. (Inherited from Style.)

RegisterProperty

Registers a new property with the specified name and type. (Inherited from Style.)

SaveTo

Serializes the style to the specified writer. (Inherited from Style.)

SaveToJson

Saves the style content into a JsonObject.

SaveToXml

Saves the style content into an XML element. (Inherited from Style.)

SetValue

Sets the value of the specified property. (Inherited from Style.)

UnsetValue

Clears the value of the specified property. (Inherited from Style.)

 See Also