<Grid.Resources> <Style TargetType="TextBox" x:Key="tbDanishStyle"> <Setter Property="Language" Value="da-DK" /> </Style> </Grid.Resources> <!--more code goes here--> <esri:FeatureDataForm x:Name="MyFeatureDataForm" TextBoxStyle="{StaticResource tbDanishStyle}" FeatureLayer="{Binding Path=Layers[PointLayer], ElementName=MyMap}" IsReadOnly="False" LabelPosition="Left" />
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.