Method AddOrderedSection
AddOrderedSection(OrderedSectionGroup, String, String, Single, Single, Single, Single)
Declaration
public static OrderedSection AddOrderedSection(this OrderedSectionGroup container, string activatePropertyName, string showPropertyName, float enableValue = 1F, float disableValue = 0F, float showValue = 1F, float hideValue = 0F)
Parameters
Returns
AddOrderedSection(OrderedSectionGroup, String, Single, Single)
Declaration
public static OrderedSection AddOrderedSection(this OrderedSectionGroup container, string activatePropertyName, float enableValue = 1F, float disableValue = 0F)
Parameters
Returns