Show / Hide Table of Contents

Class HighlightParameters

Base class for highlight algorithm parameters.

Inheritance
System.Object
NotifierObject
HighlightParameters
Implements
IHighlightParameters
System.ICloneable
System.ComponentModel.INotifyPropertyChanged
Inherited Members
NotifierObject.PropertyChanged
NotifierObject.OnPropertyChanged(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms.Highlight
Assembly: GraphShape.dll
Syntax
public class HighlightParameters : NotifierObject, IHighlightParameters, ICloneable, INotifyPropertyChanged

Methods

| Improve this Doc View Source

Clone()

Declaration
public object Clone()
Returns
Type Description
System.Object

Implements

IHighlightParameters
System.ICloneable
System.ComponentModel.INotifyPropertyChanged

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape