C# Class XamlStyler.Core.DocumentManipulation.FormatThicknessService

Inheritance: IProcessElementService
Show file Open project: NicoVermeir/XamlStyler

Public Methods

Method Description
FormatThicknessService ( ThicknessStyle thicknessStyle, string thicknessAttributes ) : System.Collections.Generic
ProcessElement ( System.Xml.Linq.XElement element ) : void

Private Methods

Method Description
FormatAttribute ( System.Xml.Linq.XAttribute attribute ) : void

Method Details

FormatThicknessService() public method

public FormatThicknessService ( ThicknessStyle thicknessStyle, string thicknessAttributes ) : System.Collections.Generic
thicknessStyle ThicknessStyle
thicknessAttributes string
return System.Collections.Generic

ProcessElement() public method

public ProcessElement ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
return void