StyleSet.GetOverriddenBrushSettings(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 BrushSettings 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::BrushSettings ^ GetOverriddenBrushSettings(Microsoft::VisualStudio::Modeling::Diagrams::StyleSetResourceId ^ brushId);
public Microsoft.VisualStudio.Modeling.Diagrams.BrushSettings GetOverriddenBrushSettings (Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId brushId);
member this.GetOverriddenBrushSettings : Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId -> Microsoft.VisualStudio.Modeling.Diagrams.BrushSettings
Public Function GetOverriddenBrushSettings (brushId As StyleSetResourceId) As BrushSettings
Parameters
- brushId
- StyleSetResourceId
Id of the BrushSettings to retrieve.