Skip to content

PageElement::Styles property

Gets the styles of the page element.

IDictionary<string, string> Styles { get; }
LocalizedDictionary getStyles() throws IGRException;
@property
def Styles(self) -> LocalizedDictionary
LocalizedDictionary getStyles() const;

Return Value

LocalizedDictionary : The styles of the page elements.