Interface for IPortStyles that use WPF's templating technique for creating the visual representation of IPorts.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IUIElementPortStyle : IUIElementStyle<IPort>, 
	ITaggedStyleBase<IPort>, IPortStyle, IVisualStyle<IPort>, 
	IModelItemInstaller<IPort>, ICloneable
Visual Basic
Public Interface IUIElementPortStyle _
	Inherits IUIElementStyle(Of IPort), ITaggedStyleBase(Of IPort),  _
	IPortStyle, IVisualStyle(Of IPort), IModelItemInstaller(Of IPort),  _
	ICloneable

Remarks

This interface adds one property to the base interface, which specifies the size of the rendering of the visual representation.

See Also