StyleSet.GetOverriddenPenSettings(StyleSetResourceId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a PenSettings object containing settings which have been overriden in this style set. If no settings have been overriden, this method returns null.
public:
Microsoft::VisualStudio::Modeling::Diagrams::PenSettings ^ GetOverriddenPenSettings(Microsoft::VisualStudio::Modeling::Diagrams::StyleSetResourceId ^ penId);
public Microsoft.VisualStudio.Modeling.Diagrams.PenSettings GetOverriddenPenSettings (Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId penId);
member this.GetOverriddenPenSettings : Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId -> Microsoft.VisualStudio.Modeling.Diagrams.PenSettings
Public Function GetOverriddenPenSettings (penId As StyleSetResourceId) As PenSettings
Parameters
- penId
- StyleSetResourceId
Id of the PenSettings to retrieve.