C# Класс Smrf.NodeXL.ExcelTemplate.EditedVertexAttributes

Stores a list of vertex attributes that were edited by .
The list of vertices whose attributes were edited can be obtained from .
Наследование: Object
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_bLocked Nullable
m_bMarked Nullable
m_bWorkbookMustBeReread System.Boolean
m_eLabelPosition Nullable
m_eShape Nullable
m_eVisibility Nullable
m_fAlpha Nullable
m_fRadius Nullable
m_oColor Nullable
m_oLabelFillColor Nullable
m_sLabel String
m_sToolTip String

Открытые методы

Метод Описание
EditedVertexAttributes ( ) : System

Initializes a new instance of the class with default values.

All values are set to null.

EditedVertexAttributes ( Nullable color, Nullable shape, Nullable radius, Nullable alpha, Nullable visibility, String label, Nullable labelFillColor, Nullable labelPosition, String toolTip, Nullable locked, Nullable marked, System.Boolean workbookMustBeReread ) : System

Initializes a new instance of the class with specified values.

Приватные методы

Метод Описание
AssertValid ( ) : void

Описание методов

EditedVertexAttributes() публичный Метод

Initializes a new instance of the class with default values.
All values are set to null.
public EditedVertexAttributes ( ) : System
Результат System

EditedVertexAttributes() публичный Метод

Initializes a new instance of the class with specified values.
public EditedVertexAttributes ( Nullable color, Nullable shape, Nullable radius, Nullable alpha, Nullable visibility, String label, Nullable labelFillColor, Nullable labelPosition, String toolTip, Nullable locked, Nullable marked, System.Boolean workbookMustBeReread ) : System
color Nullable /// The color that was applied to the selected vertices, or null if a color /// wasn't applied. ///
shape Nullable /// The shape that was applied to the selected vertices, or null if a shape /// wasn't applied. ///
radius Nullable /// The radius that was applied to the selected vertices, or null if a /// radius wasn't applied. If not null, the radius must be between and . ///
alpha Nullable /// The alpha that was applied to the selected vertices, or null if an /// alpha wasn't applied. If not null, the alpha must be between and . ///
visibility Nullable /// The visibility that was applied to the selected vertices, or null if a /// visibility wasn't applied. ///
label String /// The label that was applied to the selected vertices, or null if a label /// wasn't applied. ///
labelFillColor Nullable /// The label fill color that was applied to the selected vertices, or null /// if a label fill color wasn't applied. ///
labelPosition Nullable /// The label position that was applied to the selected vertices, or null /// if a label position wasn't applied. ///
toolTip String /// The tooltip that was applied to the selected vertices, or null if a /// tooltip wasn't applied. ///
locked Nullable /// The locked flag that was applied to the selected vertices, or null if a /// locked flag wasn't applied. ///
marked Nullable /// The "marked" flag that was applied to the selected vertices, or null if /// a marked flag wasn't applied. ///
workbookMustBeReread System.Boolean /// true if the caller must read the workbook again. ///
Результат System

Описание свойств

m_bLocked защищенное свойство

protected Nullable m_bLocked
Результат Nullable

m_bMarked защищенное свойство

protected Nullable m_bMarked
Результат Nullable

m_bWorkbookMustBeReread защищенное свойство

protected Boolean,System m_bWorkbookMustBeReread
Результат System.Boolean

m_eLabelPosition защищенное свойство

protected Nullable m_eLabelPosition
Результат Nullable

m_eShape защищенное свойство

protected Nullable m_eShape
Результат Nullable

m_eVisibility защищенное свойство

protected Nullable m_eVisibility
Результат Nullable

m_fAlpha защищенное свойство

protected Nullable m_fAlpha
Результат Nullable

m_fRadius защищенное свойство

protected Nullable m_fRadius
Результат Nullable

m_oColor защищенное свойство

protected Nullable m_oColor
Результат Nullable

m_oLabelFillColor защищенное свойство

protected Nullable m_oLabelFillColor
Результат Nullable

m_sLabel защищенное свойство

protected String m_sLabel
Результат String

m_sToolTip защищенное свойство

protected String m_sToolTip
Результат String